home *** CD-ROM | disk | FTP | other *** search
- .EditZone
- {
- float:left;
- position:relative;
- width:98%;
- border-left:4px solid #ccc;
- }
-
- .Input_MessageTitle
- {
- float:left;
- clear:left;
- width:90%;
- height:25px;
- font-size:16px;
- font-weight:bold;
- color:#222;
- margin:5px 0 5px 5px;
- }
-
- .Input_MessageBody
- {
- float:left;
- clear:left;
- width:90%;
- height:200px;
- font-size:15px;
- color:#333;
- margin:5px 0 5px 5px;
- }
-
- .Input_CommentBody
- {
- float:left;
- clear:left;
- width:90%;
- height:70px;
- font-size:15px;
- color:#333;
- margin:5px 0 5px 5px;
- }
-
- .Input_MessageTags
- {
- float:left;
- clear:left;
- width:90%;
- height:25px;
- font-size:16px;
- font-weight:bold;
- color:#555;
- margin:5px 0 5px 5px;
- }
-
- .ControlSet
- {
- float:left;
- clear:left;
- width:90%;
- height:25px;
- position:relative;
- }
-
- /* Calendar below */
- .Cal_Line
- {
- float:left;
- clear:left;
- width:90%;
- height:30px;
- line-height:30px;
- font-size:15px;
- color:#333;
- margin:5px 0 5px 5px;
- }
-
- .Cal_Desc
- {
- float:left;
- clear:left;
- width:90%;
- height:100px;
- font-size:15px;
- color:#333;
- margin:5px 0 5px 5px;
- }
-
- .Cal_LineIn
- {
- float:left;
- clear:left;
- width:90%;
- height:25px;
- font-size:16px;
- font-weight:bold;
- color:#444;
- margin:5px 0 5px 5px;
- }
-
- .Cal_Ratings
- {
- float:left;
- }
-
- a.MilestoneIndicator:link, a.MilestoneIndicator:visited
- {
- background:url(/img/ProjectCenter/forward.jpg) left top no-repeat;
- height:25px;
- padding-left:30px;
- line-height:25px;
- color:#777;
- text-decoration:none;
- margin-left:15px;
- }
-
- a.MilestoneIndicator:hover
- {
- color:#222;
- text-decoration:underline;
- }
-
- .SubmitButton
- {
- width:120px;
- height:25px;
- color:#222;
- font-weight:bold;
- font-family:SimSun, Tahoma, Arial, sans-serif;
- margin:5px 5px 5px 5px;
- }
-
- .EventItem
- {
- float:left;
- margin:5px 0 20px 0px;
- width:95%;
- line-height:20px;
- font-size:13px;
- color:#444;
- border-left:3px solid #aaa;
- }
-
- .EventTitle
- {
- float:left;
- border-bottom:1px solid #bbb;
- height:20px;
- line-height:20px;
- font-size:15px;
- font-weight:bold;
- color:#333;
- width:500px;
- margin:0 0 5px 5px !important;
- margin:0 0 5px 2px;
- background:url(/img/ProjectCenter/EventTitle_bg.jpg) left top no-repeat #eee;
- }
- .DescriptionZone
- {
- float:left;
- width:95%;
- margin:0 0 10px 5px !important;
- margin:0 0 10px 2px;
- }
-
- #AddComment
- {
- border-bottom:1px solid #aaa;
- border-right:1px solid #aaa;
- background:#eee;
- }
-
- .Income
- {
- float:left;
- line-height:30px;
- font-weight:bold;
- color:#26a;
- margin-left:10px;
- }
- .Outcome
- {
- float:left;
- line-height:30px;
- font-weight:bold;
- color:#c00;
- margin-left:10px;
- }